projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28da6ac
)
* src/puresize.h (BASE_PURESIZE): Bump to 2000000.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 7 Sep 2018 18:16:45 +0000
(11:16 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 7 Sep 2018 18:17:03 +0000
(11:17 -0700)
Needed on Fedora 28 x86.
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index e6319ff2d21113bb24ba77cdff638ff2042a853b..b37ab977ac37367840758616afbeec8aa253e804 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-47,7
+47,7
@@
INLINE_HEADER_BEGIN
#endif
#ifndef BASE_PURESIZE
-#define BASE_PURESIZE (
19
00000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
+#define BASE_PURESIZE (
20
00000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
#endif
/* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */